func runtime.concatbytes
5 uses
runtime (current package)
string.go#L81: func concatbytes(buf *tmpBuf, a []string) []byte {
string.go#L112: return concatbytes(buf, []string{a0, a1})
string.go#L116: return concatbytes(buf, []string{a0, a1, a2})
string.go#L120: return concatbytes(buf, []string{a0, a1, a2, a3})
string.go#L124: return concatbytes(buf, []string{a0, a1, a2, a3, a4})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)